<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*banner开始*/
.banner{

    margin-bottom: 50px;
    margin-top: 80px;
}
@media screen and (max-width: 767px){
    .banner{
        margin-top: 50px;
    }
}
@media screen and (max-width: 952px){
    .banner{
        margin-top: 50px;
    }
}
.produce_img{
    width:360px;
    height:276px;
}
.product_title{

    width:360px;
    height:53px;
    overflow: hidden;
    padding:14px 22px;
}
.product_title:hover{
    background: #00923f;
    color:#fff;
}
.product_body&gt;div&gt;div{
    margin-bottom:30px;
}
.partner&gt;div&gt;div{
    width:180px;
    height:90px;
    margin:10px 14px 0 0;
}
.partner&gt;div&gt;div&gt;a&gt;img{
    width:170px;
    height:80px;
    overflow: hidden;
}
.product_img{
    width:360px;
    height:276px;
    overflow: hidden;
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.product_img&gt;img:hover{
    transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);

}
@media screen and (max-width: 970px) {
    .about&gt;div:last-child{
        width:100%;
        margin: 0 auto 0;
    }
    .nav_header&gt;div&gt;div&gt;ul&gt;li{
        height:40px;
    }
    .nav_header&gt;div&gt;div&gt;ul{

    }
    .nav_header&gt;div{

    }
    .nav_header&gt;div&gt;div:last-child{

    }
    .nav_header&gt;div&gt;div&gt;ul&gt;li&gt;a{
        display: block;
        width:100%;
        height:40px;
        line-height: 40px;
    }
    .news&gt;div&gt;div:last-child{
        display: none;
    }
    .news_body_wrapper{
        width:360px;
    }
}
.news_body_wrapper&gt;a&gt;img{
    width:360px;
    height:220px;
}
.about{
    margin-bottom: 30px;
}
.about&gt;div&gt;h2{
    margin-top: 0;
}
.about&gt;div&gt;p{
    text-indent: 2em;
    width:100%;
    height:120px;
    overflow: hidden;
}
.about&gt;div&gt;a{
    margin-bottom: 31px;
}
.news{
    margin-bottom: 80px;
}
.news_body&gt;p{
    text-indent:2em;
}



</pre></body></html>